projects
/
emacs.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
c3248ea
)
(swap_out_buffer_local_variables): Call
author
Gerd Moellmann
<gerd@gnu.org>
Thu, 15 Mar 2001 09:43:39 +0000
(09:43 +0000)
committer
Gerd Moellmann
<gerd@gnu.org>
Thu, 15 Mar 2001 09:43:39 +0000
(09:43 +0000)
store_symval_forwarding with BUF null.
src/buffer.c
patch
|
blob
|
history
diff --git
a/src/buffer.c
b/src/buffer.c
index e3ce4ad4f4b2d099011df137717a392ded932594..0dd65bf7f678dd18ef0ab3f4700b7169adff4d25 100644
(file)
--- a/
src/buffer.c
+++ b/
src/buffer.c
@@
-2234,7
+2234,7
@@
swap_out_buffer_local_variables (b)
/* Store the current value into any forwarding in the symbol. */
store_symval_forwarding (sym,
XBUFFER_LOCAL_VALUE (XSYMBOL (sym)->value)->realvalue,
- XCDR (tem));
+ XCDR (tem)
, NULL
);
}
}
}